Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 290 Bytes

File metadata and controls

14 lines (11 loc) · 290 Bytes

keywords: task forms, SDI

SDI Form

Name in Migrated Code: SetContainerForm
Location in Migrated Code: OnControllerLoad() methods of the view class

Example :

protected override void OnControllerLoad()
{
+   SetContainerForm(() => new ApplicationSDI());
}